//==============================================================================
// Undead Mage_Anim.txt
//==============================================================================
//==============================================================================
define glow
{
   set hotspot
   {
      version
      {
         Visual scenario e osiris eye glow
      }
   }
}

//==============================================================================
define glow2
{
   set hotspot
   {
      version
      {
         Visual special e petesuchos ball glow
      }
   }
}

//==============================================================================
anim Bored
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual undeadmage_bored
				connect topofhead glow hotspot
				}
			}
		}
	}
}


//==============================================================================
anim Idle
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual undeadmage_idle
				connect topofhead glow hotspot
				}
			}
		}
	}
}

//==============================================================================
anim Walk
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual undeadmage_walk
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.40 true   
            tag FootstepRight 0.90 true   
//-- end auto generated section
				connect topofhead glow hotspot
				}
			}
		}
	}
}

//==============================================================================
anim Convert
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual undeadmage_convert
//-- auto generated by the bang animation tool
//-- do not hand edit these values
					tag Attack 0.60 true   
					tag SpecificSoundSet 0.00 false MummyCharge checkVisible 
//-- end auto generated section
				connect topofhead glow hotspot
				connect righthand glow hotspot
				connect righthand glow2 hotspot
				connect lefthand glow hotspot
				connect lefthand glow2 hotspot
length 2.0
				}
			}
		}
	}
}
//==============================================================================
anim Rangedattack
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual undeadmage_rangedattack
//-- auto generated by the bang animation tool
//-- do not hand edit these values
					tag Attack 0.47 true   
					tag GenericSound 0.40 true   
//-- end auto generated section
				connect topofhead glow hotspot
				connect righthand glow hotspot
				connect righthand glow2 hotspot
				connect lefthand glow hotspot
				connect lefthand glow2 hotspot
length 2.0
				}
			}
		}
	}
}

//==============================================================================
anim Death
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual undeadmage_death
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.00 false MinionBirth checkVisible checkOwner
//-- end auto generated section
				}
			}
		}
	}
}
//==============================================================================
anim Heal
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual undeadmage_convert
//-- auto generated by the bang animation tool
//-- do not hand edit these values
					tag Attack 0.60 true   
					tag SpecificSoundSet 0.00 false MummyCharge checkVisible 
//-- end auto generated section
				connect topofhead glow hotspot
				connect righthand glow hotspot
				connect righthand glow2 hotspot
				connect lefthand glow hotspot
				connect lefthand glow2 hotspot
length 2.0
				}
			}
		}
	}
}